home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / v cisle / xabbu / Setup.exe / 0 / 41 / SETUPCFG (.txt)
Null Bytes Alternating  |  2008-03-04  |  18KB  |  228 lines

  1. Begin Application
  2.     Name="Xabbu"
  3.     Begin Files
  4.         Begin File
  5.             Name="Xabbu.application"
  6.         End File
  7.     End Files
  8. End Application
  9. Begin Package
  10.     Name=".NET Framework 2.0"
  11.     LicenseAgreement="EULA0"
  12.     PackageCode="Microsoft.Net.Framework.2.0.en"
  13.     Begin Commands
  14.         Reboot="Immediate"
  15.         Begin Command
  16.             PackageFile="dotnetfx\instmsia.exe"
  17.             Arguments=" /q /c:"msiinst /delayrebootq""
  18.             EstimatedInstallSeconds="20"
  19.             Begin InstallConditions
  20.                 Begin BypassIf
  21.                     Property="VersionNT"
  22.                     Compare="ValueExists"
  23.                 End BypassIf
  24.                 Begin BypassIf
  25.                     Property="VersionMsi"
  26.                     Compare="VersionGreaterThanOrEqualTo"
  27.                     Value="2.0"
  28.                 End BypassIf
  29.             End InstallConditions
  30.             Begin ExitCodes
  31.                 Begin ExitCode
  32.                     Value="0"
  33.                     Result="SuccessReboot"
  34.                 End ExitCode
  35.                 Begin ExitCode
  36.                     Value="1641"
  37.                     Result="SuccessReboot"
  38.                 End ExitCode
  39.                 Begin ExitCode
  40.                     Value="3010"
  41.                     Result="SuccessReboot"
  42.                 End ExitCode
  43.                 Begin DefaultExitCode
  44.                     Result="Fail"
  45.                     FormatMessageFromSystem="true"
  46.                     Text="A failure occurred attempting to install the .NET Framework 2.0."
  47.                 End DefaultExitCode
  48.             End ExitCodes
  49.         End Command
  50.         Begin Command
  51.             PackageFile="dotnetfx\WindowsInstaller-KB893803-v2-x86.exe"
  52.             Arguments="/quiet /norestart"
  53.             EstimatedInstallSeconds="21"
  54.             Begin InstallConditions
  55.                 Begin BypassIf
  56.                     Property="Version9x"
  57.                     Compare="ValueExists"
  58.                 End BypassIf
  59.                 Begin BypassIf
  60.                     Property="VersionNT"
  61.                     Compare="VersionLessThan"
  62.                     Value="5.0.3"
  63.                 End BypassIf
  64.                 Begin BypassIf
  65.                     Property="VersionMsi"
  66.                     Compare="VersionGreaterThanOrEqualTo"
  67.                     Value="3.0"
  68.                 End BypassIf
  69.                 Begin FailIf
  70.                     Property="AdminUser"
  71.                     Compare="ValueEqualTo"
  72.                     Value="false"
  73.                     Text="Administrator permissions are required to install the .NET Framework 2.0. Contact your administrator."
  74.                 End FailIf
  75.             End InstallConditions
  76.             Begin ExitCodes
  77.                 Begin ExitCode
  78.                     Value="0"
  79.                     Result="Success"
  80.                 End ExitCode
  81.                 Begin ExitCode
  82.                     Value="1641"
  83.                     Result="SuccessReboot"
  84.                 End ExitCode
  85.                 Begin ExitCode
  86.                     Value="3010"
  87.                     Result="SuccessReboot"
  88.                 End ExitCode
  89.                 Begin DefaultExitCode
  90.                     Result="Fail"
  91.                     FormatMessageFromSystem="true"
  92.                     Text="A failure occurred attempting to install the .NET Framework 2.0."
  93.                 End DefaultExitCode
  94.             End ExitCodes
  95.         End Command
  96.         Begin Command
  97.             PackageFile="dotnetfx\dotnetfx.exe"
  98.             Arguments=" /q:a /c:"install /q /l""
  99.             EstimatedInstalledBytes="180000000"
  100.             EstimatedTempBytes="110000000"
  101.             EstimatedInstallSeconds="420"
  102.             Begin InstallConditions
  103.                 Begin BypassIf
  104.                     Property="DotNetInstalled"
  105.                     Compare="ValueNotEqualTo"
  106.                     Value="0"
  107.                 End BypassIf
  108.                 Begin FailIf
  109.                     Property="AdminUser"
  110.                     Compare="ValueEqualTo"
  111.                     Value="false"
  112.                     Text="Administrator permissions are required to install the .NET Framework 2.0. Contact your administrator."
  113.                 End FailIf
  114.                 Begin FailIf
  115.                     Property="Version9X"
  116.                     Compare="VersionLessThan"
  117.                     Value="4.10"
  118.                     Text="Installation of the .NET Framework 2.0 is not supported on Windows 95. Contact your application vendor."
  119.                 End FailIf
  120.                 Begin FailIf
  121.                     Property="VersionNT"
  122.                     Compare="VersionLessThan"
  123.                     Value="5.0.3"
  124.                     Text="Installation of the .NET Framework 2.0 requires Windows 2000 Service Pack 3 or later. Contact your application vendor."
  125.                 End FailIf
  126.                 Begin FailIf
  127.                     Property="IEVersion"
  128.                     Compare="ValueNotExists"
  129.                     Text="Installation of the .NET Framework 2.0 requires Internet Explorer 5.01 or greater. Contact your application vendor."
  130.                 End FailIf
  131.                 Begin FailIf
  132.                     Property="IEVersion"
  133.                     Compare="VersionLessThan"
  134.                     Value="5.01"
  135.                     Text="Installation of the .NET Framework 2.0 requires Internet Explorer 5.01 or greater. Contact your application vendor."
  136.                 End FailIf
  137.                 Begin FailIf
  138.                     Property="ProcessorArchitecture"
  139.                     Compare="ValueNotEqualTo"
  140.                     Value="Intel"
  141.                     Text="This version of the .NET Framework 2.0 is not supported on a 64-bit operating system. Contact your application vendor."
  142.                 End FailIf
  143.             End InstallConditions
  144.             Begin ExitCodes
  145.                 Begin ExitCode
  146.                     Value="0"
  147.                     Result="Success"
  148.                 End ExitCode
  149.                 Begin ExitCode
  150.                     Value="3010"
  151.                     Result="SuccessReboot"
  152.                 End ExitCode
  153.                 Begin ExitCode
  154.                     Value="4097"
  155.                     Result="Fail"
  156.                     Text="Administrator permissions are required to install the .NET Framework 2.0. Contact your administrator."
  157.                 End ExitCode
  158.                 Begin ExitCode
  159.                     Value="4098"
  160.                     Result="Fail"
  161.                 End ExitCode
  162.                 Begin ExitCode
  163.                     Value="4099"
  164.                     Result="Fail"
  165.                     Text="Due to an error with Windows Installer, the installation of the .NET Framework 2.0 cannot proceed."
  166.                 End ExitCode
  167.                 Begin ExitCode
  168.                     Value="4101"
  169.                     Result="Fail"
  170.                     Text="Another instance of setup is already running. The running instance must complete before this setup can proceed."
  171.                 End ExitCode
  172.                 Begin ExitCode
  173.                     Value="4102"
  174.                     Result="Fail"
  175.                 End ExitCode
  176.                 Begin ExitCode
  177.                     Value="4113"
  178.                     Result="Fail"
  179.                     Text="A beta version of the .NET Framework was detected on the computer. Uninstall any previous beta versions of .NET Framework before continuing."
  180.                 End ExitCode
  181.                 Begin DefaultExitCode
  182.                     Result="Fail"
  183.                     FormatMessageFromSystem="true"
  184.                     Text="A failure occurred attempting to install the .NET Framework 2.0."
  185.                 End DefaultExitCode
  186.             End ExitCodes
  187.         End Command
  188.     End Commands
  189.     Begin InstallChecks
  190.         Begin ExternalCheck
  191.             Property="DotNetInstalled"
  192.             PackageFile="dotnetfx\dotnetchk.exe"
  193.         End ExternalCheck
  194.         Begin RegistryCheck
  195.             Property="IEVersion"
  196.             Key="HKLM\Software\Microsoft\Internet Explorer"
  197.             Value="Version"
  198.         End RegistryCheck
  199.     End InstallChecks
  200.     Begin PackageFiles
  201.         CopyAllPackageFiles="false"
  202.         Begin PackageFile
  203.             Name="dotnetfx\instmsia.exe"
  204.             HomeSite="http://go.microsoft.com/fwlink/?LinkId=37285"
  205.             PublicKey="3082010A0282010100AA99BD39A81827F42B3D0B4C3F7C772EA7CBB5D18C0DC23A74D793B5E0A04B3F595ECE454F9A7929F149CC1A47EE55C2083E1220F855F2EE5FD3E0CA96BC30DEFE58C82732D08554E8F09110BBF32BBE19E5039B0B861DF3B0398CB8FD0B1D3C7326AC572BCA29A215908215E277A34052038B9DC270BA1FE934F6F335924E5583F8DA30B620DE5706B55A4206DE59CBF2DFA6BD154771192523D2CB6F9B1979DF6A5BF176057929FCC356CA8F440885558ACBC80F464B55CB8C96774A87E8A94106C7FF0DE968576372C36957B443CF323A30DC1BE9D543262A79FE95DB226724C92FD034E3E6FB514986B83CD0255FD6EC9E036187A96840C7F8E203E6CF050203010001"
  206.         End PackageFile
  207.         Begin PackageFile
  208.             Name="dotnetfx\WindowsInstaller-KB893803-v2-x86.exe"
  209.             HomeSite="http://go.microsoft.com/fwlink/?LinkId=49256"
  210.             PublicKey="3082010A0282010100CF38F7E1A4275EF8F0CCAACEFB3ADE3B6231460546BBF5B6051AD3B3ACC29F0F4C670828C44310F53B75797F6A91F4D633C861BFFA9190007AF0791D5D6870F690B29877B5031D2F9B9D9B75892F4A01417C9E7CCB87439BF49674999E98C1CF40575816F6C0D59216E52485718F9949ED557C65C91F380023C53EAB11D6296CC69EA0705B7DD537D4677720C306CE85F84E3480A035C41C53320157EFB128BD6C01E3AD40BC80A90949DB36E337F41D49AA2AA76BD019D3CC8E9DD686467A134AD64519A553B3E2782F2E35976B4CC6E81AB0D3D1249069ABCEFC696E3E4CFB024162DC07985D7E5CA74C27316B564CE198D8E0D11D718D3D2AC07F714DFFCF0203010001"
  211.         End PackageFile
  212.         Begin PackageFile
  213.             Name="dotnetfx\dotnetfx.exe"
  214.             HomeSite="http://go.microsoft.com/fwlink/?LinkId=37283"
  215.             PublicKey="3082010A0282010100CF38F7E1A4275EF8F0CCAACEFB3ADE3B6231460546BBF5B6051AD3B3ACC29F0F4C670828C44310F53B75797F6A91F4D633C861BFFA9190007AF0791D5D6870F690B29877B5031D2F9B9D9B75892F4A01417C9E7CCB87439BF49674999E98C1CF40575816F6C0D59216E52485718F9949ED557C65C91F380023C53EAB11D6296CC69EA0705B7DD537D4677720C306CE85F84E3480A035C41C53320157EFB128BD6C01E3AD40BC80A90949DB36E337F41D49AA2AA76BD019D3CC8E9DD686467A134AD64519A553B3E2782F2E35976B4CC6E81AB0D3D1249069ABCEFC696E3E4CFB024162DC07985D7E5CA74C27316B564CE198D8E0D11D718D3D2AC07F714DFFCF0203010001"
  216.         End PackageFile
  217.         Begin PackageFile
  218.             Name="dotnetfx\dotnetchk.exe"
  219.             PublicKey="3082010A0282010100CF38F7E1A4275EF8F0CCAACEFB3ADE3B6231460546BBF5B6051AD3B3ACC29F0F4C670828C44310F53B75797F6A91F4D633C861BFFA9190007AF0791D5D6870F690B29877B5031D2F9B9D9B75892F4A01417C9E7CCB87439BF49674999E98C1CF40575816F6C0D59216E52485718F9949ED557C65C91F380023C53EAB11D6296CC69EA0705B7DD537D4677720C306CE85F84E3480A035C41C53320157EFB128BD6C01E3AD40BC80A90949DB36E337F41D49AA2AA76BD019D3CC8E9DD686467A134AD64519A553B3E2782F2E35976B4CC6E81AB0D3D1249069ABCEFC696E3E4CFB024162DC07985D7E5CA74C27316B564CE198D8E0D11D718D3D2AC07F714DFFCF0203010001"
  220.         End PackageFile
  221.     End PackageFiles
  222.     Begin RelatedProducts
  223.         Begin IncludesProduct
  224.             Code="Microsoft.Windows.Installer.2.0"
  225.         End IncludesProduct
  226.     End RelatedProducts
  227. End Package
  228.